* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 12px;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a img {
    border: none
}

ul,
li,
div {
    list-style: none;
}

.clear {
    clear: both
}

.header,
.headerimg,
.headlines,
.content,
.project_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}


/*header*/

.header {
    height: 100px;
}

.logo,
.wz_logo,
.jj_logo {
    float: left
}

.hotline_logo {
    float: right;
}

.logo {
    background: url(../image/logo.jpg) no-repeat center center;
    width: 210px;
    height: 110px
}

.logo a {
    display: block;
    width: 210px;
    height: 110px;
}

.wz_logo {
    width: 300px;
    height: 100px;
    margin: 0 0 0 58px;
    background-image: url(../image/asnews_logo.jpg);
    background-repeat: no-repeat;
}

.wz_logo a {
    width: 150px;
    height: 100px;
    display: block
}

.jj_logo {
    width: 240px;
    height: 100px;
    background-image: url(../image/ascmzx01.jpg);
    background-position: left 40px;
    background-repeat: no-repeat;
}

.jj_logo a {
    width: 230px;
    height: 50px;
    display: block;
}

.hotline_logo {
    width: 210px;
    height: 100px;
    background-image: url(../image/xwhotline.jpg);
    background-repeat: no-repeat;
    background-position: center 40px;
    margin-right: 50px;
}


/*nav_wrap导航*/

.nav_wrap {
    width: 100%;
    min-width: 1200px;
    background: black;
    height: 141px;
    background: url(../image/nav_bg.jpg) repeat-x center center;
    position: relative
}

.nav_main {
    width: 1200px;
    margin: 0 auto;
}

.nav_bar {
    width: 1200px;
    float: left;
    height: 100px;
    margin-right: 23px;
}

ul.firstshow {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 100px;
    margin-left: -600px
}

ul.firstshow li {
    list-style-type: none;
    float: left;
    line-height: 41px;
    text-align: center;
    width: auto;
    padding: 0 10px
}

ul.firstshow li a {
    color: #ffffff;
    font-size: 14px;
}

ul.firstshow li a:hover {
    text-decoration: underline
}

ul.firstshow li.lizz {
    padding: 0 10px 0 50px;
}

.nav_bar ul li {
    list-style-type: none;
    float: left;
    line-height: 100px;
    text-align: center;
    width: 140px;
}

.nav_bar ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
}

.nav_bar ul li.n1 {
    background: url(../image/asxwlogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n1:hover {
    background-image: url(../image/asxwlogoh.jpg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.nav_bar ul li.n2 {
    background: url(../image/llxwlogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n2:hover {
    background: url(../image/lnxwlogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n3 {
    background: url(../image/jdxwlogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n3:hover {
    background: url(../image/jdxwlogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n4 {
    background: url(../image/spxwlogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n4:hover {
    background: url(../image/spxwlogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n5 {
    background: url(../image/yplogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n5:hover {
    background: url(../image/yplogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n6 {
    background: url(../image/ztxwlogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n6:hover {
    background: url(../image/ztlogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n7 {
    background: url(../image/asylogo.png) no-repeat 8px 40px;
    margin-right: 24px
}

.nav_bar ul li.n7:hover {
    background: url(../image/asylogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n8{
    background: url(../image/dublogo.png) no-repeat 8px 40px;

    margin-right: 24px
}

.nav_bar ul li.n8:hover {
    background: url(../image/dblogoh.jpg) no-repeat 0px 2px
}

.nav_bar ul li.n9 {
    background: url(../image/../image/cutv.jpg) no-repeat 22px 28px
}

.nav_bar ul li.n9:hover {
    background: url(../image/cutvh.jpg) no-repeat 0px -6px
}

.nav_bar ul li.l1:hover .hid {
    display: block;
}

.hid {
    width: 100%;
    height: 41px;
    position: absolute;
    left: 0;
    display: none;
}

.hid ul {
    width: 1200px;
    margin: 0 auto;
}

.hid ul li:hover {
    background: none;
}

.hid ul li {
    list-style-type: none;
    float: left;
    line-height: 41px;
    text-align: center;
    width: auto;
    padding: 0 10px
}

.hid ul li a {
    color: #ffffff;
    font-size: 14px
}

.hid ul li a:hover {
    text-decoration: underline
}

.hid ul li.lizz {
    padding: 0 10px 0 50px;
}


/*headerimg*/

.headerimg img {
    width: 1200px;
    height: 60px;
}


/*headlines*/

.headlines {
    height: 110px;
    margin: 15px auto 0 auto
}

.headlines h1 {
    height: 61px;
    line-height: 61px;
    text-align: center
}

.headlines h1 a {
    font-size: 36px;
    color: #0088d6;
    font-weight: bold;
    font-family: "微软雅黑", "黑体"
}

.headlines p {
    font-size: 14px;
    color: #5c5c5c;
    text-align: center
}

.headlines p a {
    color: #c91c1e
}

.headlines .titlecon span {
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.headlines .titlecon {
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
   margin-top: 15px;
}

.headlines .titlecon a {
    font-size: 14px;
    color: #5c5c5c;
}

.headlines .titlecon a:hover {
    color: #0066CC;
}

.headlines .gdtt {
    width: 150px;
    height: 20px;
    color: #1FC6EA;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 0px;
    font-size: 16px;
    float: right;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}


/*content*/

.content {
    margin-top: 15px;
    overflow: hidden
}

.con_left {
    width: 850px;
    margin-right: 25px;
    float: left
}


/*图片切换*/

.pic_change {
    width: 850px;
    height: 300px;
}

#featured {
    overflow: hidden;
    width: 850px;
    position: relative;
    height: 300px;
    background-image: url(../image/word_bgs.jpg);
    background-repeat: repeat-x;
    background-position: 620px 0;
}

#featured .word {
    z-index: 10;
    left: 550px;
    width: 300px;
    color: #fff;
    top: 0;
    position: absolute;
    height: 300px;
    line-height: 16px;
}

#featured .word h3 {
    overflow: hidden;
    line-height: 24px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 72px;
}

#featured .word h3 a {
    font-size: 22px;
    color: #ffffff;
    font-family: "微软雅黑", "黑体"
}

#featured .word p {
    line-height: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    height: 122px;
    overflow: hidden;
    margin-top: 10px;
}

#featured .word p a {
    font-size: 12px;
    color: #ffffff;
}

#featured .word p1.more {
    margin:0 auto;
    margin-top: 20px;
    padding-left: 40px;
}

#featured .word p1.more a {
    text-align: right;
    color: #ffc02b;
    text-decoration: none
}

.dsz_wrap {
    background: rgba(0, 0, 0, 0) url("../image/pic_change_bottom.png") no-repeat scroll;
    height: 60px;
    left: 0;
    position: absolute;
    top: 239px;
    width: 620px;
}

#thumbs {
    width: 620px;
    position: absolute;
    top: 0;
    left: 0;
}

#thumbs li.first {
    width: 15px;
    cursor: pointer;
    height: 47px;
    position: absolute;
    top: 139px;
    left: 10px
}

.items a img {
    object-fit: cover;
}

#thumbs li.last {
    width: 15px;
    cursor: pointer;
    height: 47px;
    position: absolute;
    top: 139px;
    right: 80px
}

#thumbs ul.zzpoint {
    position: absolute;
    top: 34px;
    left: 290px;
}

#thumbs ul.zzpoint li {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px；
}

#thumbs ul.zzpoint li a {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../image/white_point.png);
    background-repeat: no-repeat;
}

#thumbs ul.zzpoint li a.current {
    background-image: url(../image/red_point.png);
    background-repeat: no-repeat;
}


/*焦点新闻*/

.con_right {
    width: 325px;
    float: left
}

.focusnews {
    width: 325px;
}

.focusnews ul {
    height: 310px;
    width: 325px;
}

.focusnews ul li {
    height: 34px;
    text-align: left;
    line-height: 34px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    background-image: url(../image/icon_news.jpg);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding-left: 15px;
    list-style-type: none;
}

.focusnews ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.focusnews .hr {
    HEIGHT: 18px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-top-color: rgb(204, 204, 204);
    margin-top: 18px;
}

.hr {
    HEIGHT: 28px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-top-color: rgb(204, 204, 204);
    margin-top: 8px;
}

.left_news {
    width: 850px;
    margin-top: 30px;
    overflow: hidden;
}

.nav_news {
    width: 400px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.nav_bt {
    width: 400px;
    height: 50px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.nav_btl {
    width: 125px;
    height: 50px;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1FC6EA;
}

.nav_btl a {
    font-size: 24px;
    font-weight: bold;
    color: #0088D6;
    text-decoration: none;
    line-height: 40px;
}

.nav_btr {
    width: 120px;
    height: 50px;
    float: left;
    background-image: url(../image/anshan.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}


/*改之前鞍山辽宁焦点样式nav_1*/

.nav_1 {
    width: 400px;
    padding-top: 10px;
}

.nav_1 img {
    width: 378px;
    height: 194px;
}

.nav_1 .headline {
    height: 27px;
    overflow: hidden;
    width: 400px;
    margin-top: 10px;
}

.nav_1 .headline a,
.nav_1 .headline2 a {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 25px;
}

.nav_1 .abstract {
    font-size: 14px;
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    color: #666;
    padding-left: 10px;
    text-indent: 2em;
}

.nav_1 ul {
    height: 160px;
    width: 390px;
    margin-top: 15px;
}

.nav_1 ul li {
    height: 28px;
    text-align: left;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    list-style-type: none;
}

.nav_1 ul li a {
    font-size: 14px;
    color: #666666;
}

.nav_1 ul li a:hover {
    color: #0066CC;
}


/*改之后鞍山辽宁焦点样式nav_2*/

.nav_2 {
    width: 400px;
    padding-top: 10px;
}

.nav_2 img {
    width: 378px;
    height: 194px;
}

.nav_2 .headline {
    height: 27px;
    overflow: hidden;
    width: 400px;
    margin-top: 10px;
}

.nav_2 .headline a,
.nav_2 .headline2 a {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    line-height: 25px;
}

.nav_2 ul {
    height: 220px;
    width: 390px;
    margin-top: 15px;
}

.nav_2 ul li {
    height: 28px;
    text-align: left;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    list-style-type: none;
}

.nav_2 ul li a {
    font-size: 14px;
    color: #666666;
}

.nav_2 ul li a:hover {
    color: #0066CC;
}

.nav_btln {
    width: 120px;
    height: 50px;
    float: left;
    background-image: url(../image/liaoning.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.nav_btjd {
    width: 120px;
    height: 50px;
    float: left;
    background-image: url(../image/focus00.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.nav_btsh {
    width: 120px;
    height: 50px;
    float: left;
    background-image: url(../image/social.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.nav_1 .headline2 {
    height: 25px;
    overflow: hidden;
    width: 400px;
}


/*视频新闻*/

.nav_video {
    width: 325px;
    margin-top: 30px;
}

.nav_vbt {
    width: 325px;
    height: 50px;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.nav_btrvideo {
    width: 120px;
    height: 50px;
    float: left;
    background-image: url(../image/video.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0px;
}

.nav_video ul {
    height: 230px;
}

.nav_video ul li {
    height: 168px;
    width: 322px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    float: left;
    overflow: hidden;
}

.nav_video ul li img {
    height: 168px;
    width: 322px;
}

.nav_video ul li img:hover {
    transform: scale(1.03)
}

.nav_video ul li.li01 {
    height: 40px;
    width: 322px;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    background-image: url(../image/video_red.jpg);
    background-repeat: no-repeat;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}

.nav_video ul li.li02 {
    height: 40px;
    width: 322px;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    background-image: url(../image/video_blue.jpg);
    background-repeat: no-repeat;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.nav_video ul li.li03 {
    height: 40px;
    width: 322px;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    background-image: url(../image/video_grey.jpg);
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
}

.nav_video ul li.li01 a,
.nav_video ul li.li02 a,
.nav_video ul li.li03 a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    color: #666666;
    font-weight: bold;
    padding-left: 70px;
}


/*专题*/

.nav_zt {
    width: 850px;
}

.nav_ztlogo {
    background-image: url(../image/zhuanti_logo.jpg);
    background-repeat: no-repeat;
    height: 41px;
    background-position: 5px;
}

.nav_ztcon {
    width: 840px;
    /*height: 210px;*/
    overflow: hidden;
    margin-left: 10px;
}

.nav_ztcon ul {
    width: 280px;
    height: 220px;
    float: left;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0;
    background-image: url(../image/ztbg.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

.nav_ztcon ul li {
    height: 133px;
    width: 252px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    float: left;
}

.nav_ztcon ul li img {
    height: 133px;
    width: 252px;
    object-fit: cover;
}

.nav_ztcon ul li.bt {
    height: 44px;
    width: 252px;
    margin-top: 10px;
    text-align: center;
}

.nav_ztcon ul li.bt a {
    height: 44px;
    line-height: 23px;
    font-size: 16px;
    overflow: hidden;
    color: #666666;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scroll_div {
    width: 10000000px;
}

#List1,
#List2 {
    float: left;
}


/*右下图片3张*/

.pic_list {
    width: 325px;
}

.pic_list ul li {
    height: 106px;
    width: 323px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    float: left;
}

.pic_list ul li img {
    height: 106px;
    width: 323px;
}

.hr1 {
    HEIGHT: 10px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-top-color: rgb(204, 204, 204);
    margin-top: 5px;
}


/*右下图片4张*/

.pic_list4 {
    width: 325px;
}

.pic_list4 ul li {
    height: 90px;
    width: 323px;
    margin-bottom: 2px;
    margin-top: 2px;
    display: block;
    float: left;
}

.pic_list4 ul li img {
    height: 90px;
    width: 323px;
}


/*右下图片6张*/

.pic_list6 {
    width: 325px;
}

.pic_list6 ul li {
    height: 94px;
    width: 323px;
    margin-bottom: 4px;
    margin-top: 2px;
    display: block;
    float: left;
}

.pic_list6 ul li img {
    height: 94px;
    width: 323px;
}


/*传媒图标*/

.mtjz {
    width: 1200px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    height: 65px;
    border: 1px solid #E7E7E7
}

.mtjz span {
    line-height: 32px;
    float: left;
    color: #fff;
    font-size: 16px;
    background: #57B1ED;
    width: 110px;
    letter-spacing: 5px;
    padding-left: 15px;
    padding-right: 5px;
    font-weight: bold;
    text-align: center;
}

.mtjz_img {
    float: left;
}

.mtjz_img ul {
    width: 1070px;
    height: 60px;
}

.mtjz_img ul li {
    height: 60px;
    display: block;
    float: left;
    margin-left: 16px;
}
.mtjz_img ul li a img{
height:57px;
}

/*foot*/

.foot {
    width: 1200px;
    background-color: #f4f4f4;
    text-align: center;
    padding-bottom: 8px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
}

.foot .foot-links {
    margin-top: 5px;
}

.foot .foot-links a {
    color: #000000;
    margin: 0 4px;
    line-height: 24px;
}

.foot .foot-links a:hover {
    color: #cc0000;
}

.foot p {
    line-height: 24px;
}